Microsoft DirectX 8.1 (C++)

IAMTimelineObj::RemoveAll

The RemoveAll method permanently removes this object from the timeline, including subobjects and children.

Syntax

HRESULT RemoveAll( void );

Return Value

Returns S_OK.

Remarks

To remove an object for the purpose of reinserting it elsewhere in the timeline, call IAMTimelineObj::Remove.

See Also